
.anylinkcss{
	color: #fff;
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	border-top:2px dotted #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	font:bold 13px Verdana, sans-serif;
	line-height: 25px;
	z-index: 100;
	text-align:left;
	background-color: #D4D3D3;
}

.anylinkcss a {
	width: 100%;
	display: block;
	background-color: #D4D3D3;
	color: #000;
	border-bottom: 2px solid #666;
	padding-top: 3px;
	padding-bottom:3px;
	text-decoration: none;
	text-indent: 5px;
	font:normal 11px Verdana, sans-serif;
	/* text-transform: uppercase; */
	text-align:left;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #666;
	color: white;
}

td.nav_heading {
	font-size:11px;
	text-decoration:none;
	color: #999999;
	padding:1px;
}

a.nav_heading {
	font-size:11px;
	text-decoration:none;
	color: #999999;
}

a.nav_heading:hover{ /*hover background color*/
	color: #4E5CA3;
	font-size:11px;
}

td.nav_heading_active{ 
	background-color: #4E5CA3;
	color:#ffffff;
	font-size:11px;
	padding:7px;
	-moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
}

a.nav_heading_active {
	font-size:11px;
	text-decoration:none;
	color: #ffffff;
	font-weight:bold;
}

a.nav_heading_active:hover{ /*hover background color*/
	color: #ffffff;
	font-size:11px;
}

td.nav_secondary{ 
	/* background-color: #4E5CA3; */
	background-color: #A2C445;
	color:#ffffff;
	font-size:11px;
	padding-bottom:10px;
	padding-top:5px;
	padding-left:20px;
	border-bottom: #4E5CA3 dotted 2px; 
}

a.nav_secondary {
	font-size:11px;
	text-decoration:none;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-weight:bold;
	
}

a.nav_secondary:hover{ /*hover background color*/
	color: #ffffff;
	text-decoration:underline;
}

td.nav_secondary_no_nav { 
	background-color: #fff;
	color:#ffffff;
	font-size:11px;
	border-bottom: 2px solid #4E5CA3;
}


/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 5px;
	margin: 0 auto 0 auto;
	background: url(/images/nav_images/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a{
	color: #fff;
	background: url(/images/nav_images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b{
	color: #fff;
	background: url(/images/nav_images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.glossymenu li.current a:hover b {
	color: #fff;
}

.glossymenu li a:hover b {
	color: #4E5CA3;
}