/*sub_menu*/
/* Firefox Dotted Outline Fix */
a:active { 
    outline:none; 
}	
/* Firefox Dotted Outline Fix */
a:focus { 
	-moz-outline-style: none; 
}

/* Menu Body */
ul#menu {
	background: none;
	list-style:none;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight: bold;
}	
/* Float LI Elements - vertical display */
ul#menu li {
	float:left;
	padding: 0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
}	
/* Link - common attributes */
ul#menu li a {
	background: url(../images/sprite.png) no-repeat scroll top left;
	display:block;
	position:relative;
	height:27px;
	width:120px;
	z-index:100;
	padding: 7px 0px 0px 01px;
	font-weight: bold;
}	
/* Specify width and background position attributes specifically for the class: "home" */
ul#menu li a.home {
	width:120px;
	color:#4AA02C;
}
ul#menu li a.home_large {
	width:150px;
	color:#4AA02C;
}
/* Span (on hover) - common attributes */
ul#menu li a span {
	background:url(../images/sprite.png) no-repeat scroll bottom left;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:27px;
	width:120px;
	z-index:100;
	padding: 7px 0px 0px 01px;
	background-color:#ffffff;
	font-weight: bold;
}
/* Span (on hover) - display pointer */
ul#menu li a span:hover {
	cursor:pointer;
	color:#5270a8;
	background-color:#ffffff;
	font-weight: bold;
}
/* Shift background position on hover for the class: "home" */
ul#menu li a.home span {
	background-position:0px -34px;
	background-color:#ffffff;
}
/* Shift background position on hover for the class: "home_large" */
ul#menu li a.home_large span {
	background-position:0px -34px;
	background-color:#ffffff;
	width:150px;
}
/* class: "home, current" */
ul#menu li .current {
	background-image:url(../images/sprite.png);
	background-repeat:no-repeat;
	background-position:0px -34px;
	color:#5270a8;
}
/* class: "home, current" */
ul#menu li .current_home_large {
	background-image:url(../images/sprite.png);
	background-repeat:no-repeat;
	background-position:0px -34px;
	color:#5270a8;
	width:150px;
}






/* Sub_menu */
ul#submenu {
	background: none;
	list-style:none;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight: bold;
}	
/* Float LI Elements - vertical display */
ul#submenu li {
	float:left;
	padding: 0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
}	
/* Link - common attributes */
ul#submenu li a {
	background: url(../images/sprite.png) no-repeat scroll top left;
	display:block;
	position:relative;
	height:27px;
	width:120px;
	z-index:100;
	padding: 7px 0px 0px 01px;
	font-weight: bold;
}	
/* Specify width and background position attributes specifically for the class: "home" */
ul#submenu li a.home {
	width:120px;
	color:#4AA02C;
}
ul#submenu li a.home_large {
	width:150px;
	color:#4AA02C;
}
/* Span (on hover) - common attributes */
ul#submenu li a span {
	background:url(../images/sprite.png) no-repeat scroll bottom left;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:27px;
	width:120px;
	z-index:100;
	padding: 7px 0px 0px 01px;
	background-color:#ffffff;
	font-weight: bold;
}
/* Span (on hover) - display pointer */
ul#submenu li a span:hover {
	cursor:pointer;
	color:#5270a8;
	background-color:#ffffff;
	font-weight: bold;
}
/* Shift background position on hover for the class: "home" */
ul#submenu li a.home span {
	background-position:0px -34px;
	background-color:#ffffff;
}
/* Shift background position on hover for the class: "home_large" */
ul#submenu li a.home_large span {
	background-position:0px -34px;
	background-color:#ffffff;
	width:150px;
}
/* class: "home, current" */
ul#submenu li .current {
	background-image:url(../images/sprite.png);
	background-repeat:no-repeat;
	background-position:0px -34px;
	color:#5270a8;
}
/* class: "home, current" */
ul#submenu li .current_home_large {
	background-image:url(../images/sprite.png);
	background-repeat:no-repeat;
	background-position:0px -34px;
	color:#5270a8;
	width:150px;
}