
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
position:absolute;
border: 1px solid #46649C; /*THEME CHANGE HERE*/
border-bottom-width: 0;
z-index:100;
width:270px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
margin:-1px 0px 0px 0px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
background: #D5E1ED;
line-height:30px;
border-bottom: 1px solid #46649C; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: normal;
color: #12377E;
margin:0px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-size:12px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #12377E;
color:#FFFFFF;
text-decoration:none;
font-weight:normal;
}

/* drop down menu end */

/* ######### Style for Drop Down Menu1 ######### */

.dropmenudiv1{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
position:absolute;
border: 1px solid #46649C; /*THEME CHANGE HERE*/
border-bottom-width: 0;
z-index:100;
width:120px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
margin:-1px 0px 0px 0px;
}


.dropmenudiv1 a{
width: auto;
display: block;
background: #D5E1ED;
line-height:30px;
border-bottom: 1px solid #46649C; /*THEME CHANGE HERE*/
text-indent: 10px;
text-decoration: none;
font-weight: normal;
color: #12377E;
margin:0px;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
font-size:12px;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background: #12377E;
color:#FFFFFF;
text-decoration:none;
font-weight:normal;
}

/* drop down menu end */


#nav {
width:522px;
height:15px;
padding:0px;
margin:5px 0px 5px 0px;
float:left;
overflow:hidden;
}

#nav ul {
list-style-type:none;
padding:0px;
margin:0px;
}
#nav ul li {
margin:0px;
padding:0px;
float:left;
display:inline;
}
#nav ul li a {
background: url(../images/toplink-a.gif) top left no-repeat;
height:15px;
width:45px;
float: left;
margin:0px;
}

#nav ul li a:hover {
	background: url(../images/toplink-a.gif) bottom left no-repeat;
}
#nav ul li a#a0 {
	background: url(../images/toplink-a.gif) bottom left no-repeat;
	width:45px;
	
}
#nav ul li a#a1 {
	background: url(../images/toplink-b.gif) bottom left no-repeat;
	width:65px;
}
#nav ul li a#a2 {
	background: url(../images/toplink-c.gif) bottom left no-repeat;
	width:65px;
}
#nav ul li a#a3 {
	background: url(../images/toplink-d.gif) bottom left no-repeat;
	width:60px;
}
#nav ul li a#a4 {
	background: url(../images/toplink-e.gif) bottom left no-repeat;
	width:50px;
}
#nav ul li a#a5 {
	background: url(../images/toplink-f.gif) bottom left no-repeat;
	width:75px;
}



#nav ul li a:hover#a0 {
	background: url(../images/toplink-a.gif) top left no-repeat;
	width:45px;
}
#nav ul li a:hover#a1 {
	background: url(../images/toplink-b.gif) top left no-repeat;
	width:65px;
}
#nav ul li a:hover#a2 {
	background: url(../images/toplink-c.gif) top left no-repeat;
	width:65px;
}
#nav ul li a:hover#a3 {
	background: url(../images/toplink-d.gif) top left no-repeat;
	width:60px;
}
#nav ul li a:hover#a4 {
	background: url(../images/toplink-e.gif) top left no-repeat;
	width:50px;
}
#nav ul li a:hover#a5 {
	background: url(../images/toplink-f.gif) top left no-repeat;
	width:75px;
}



#nav ul li a#b0 {
	background: url(../images/toplink-a.gif) top left no-repeat;
	width:45px;
	
}
#nav ul li a#b1 {
	background: url(../images/toplink-b.gif) top left no-repeat;
	width:65px;
}
#nav ul li a#b2 {
	background: url(../images/toplink-c.gif) top left no-repeat;
	width:65px;
}
#nav ul li a#b3 {
	background: url(../images/toplink-d.gif) top left no-repeat;
	width:60px;
}
#nav ul li a#b4 {
	background: url(../images/toplink-e.gif) top left no-repeat;
	width:50px;
}
#nav ul li a#b5 {
	background: url(../images/toplink-f.gif) top left no-repeat;
	width:75px;
}
/* top mainlink end*/




