
/*  nav bar  */    		
#nav {
clear: both;
height:27px;
border-top:1px;
border-right:1px;
border-bottom:0px;
border-left:1px;
text-align: center;
font-size: 1.00em;
font-weight: bold;
text-decoration: none;
background: #4498c7 url("../images/menu_back.jpg");
}

#nav ul{
margin: 0 0 0 5px;
position: relative;
z-index: 1000;
}		

#nav ul ul{
overflow:auto;
}	

#nav ul li{
position:relative;
float:left;
z-index:1000;
list-style: none;
}

#nav ul li a{
position:relative;
height:27px;
display:block;
padding:0 44px 0 44px;
line-height:27px;
font-weight:bold;
color: #fff;
}        		


/*  active button styles  */ 

#nav ul li li.hover a.main{
color:#fff;
}

#nav ul li.home a.hover {
background: #fff url("../images/menu_home_hover.gif") repeat-x;
color:#fff;
}
								
#nav ul li.about a.hover {
background: #fff url("../images/menu_about_hover.gif") repeat-x;
color:#fff;
}

#nav ul li.mytalk a.hover {
background: #fff url("../images/menu_mytalk_hover.gif") repeat-x;
color:#fff;
}

#nav ul li.services a.hover {
background: #fff url("../images/menu_services_hover.gif") repeat-x;
color:#fff;
}

#nav ul li.news a.hover {
background: #fff url("../images/menu_news_hover.gif") repeat-x;
color:#fff;
}

#nav ul li.contact a.hover {
background: #fff url("../images/menu_contact_hover.gif") repeat-x;
color:#fff;
}
	
/*  end active button styles  */  


/*  dropdowns */ 

/*  general styles: for each dropdown */
#nav ul li ul {
margin:0;
text-align:right;
padding:0;
float:left;
background-color: transparent; /*url("../images/dropdown_bg.png") repeat; */
}

#nav ul ul li{          
background: 0;
clear:both;
border:none;
text-align:left;
white-space:nowrap;
}

#nav ul li li a:hover{
text-decoration:underline;
}

#nav ul .wrpr ul li a{          
padding:0 10px;
font-size:1.00em;
color:#000;
float:left;
background:none;
}

#nav ul li .wrpr {
position:absolute;
left:0;
top:27px;
overflow:visible;
z-index:1;
width:200px;
visibility:hidden;
}

#nav ul li .wrpr .wrpr_inner {
float:left;
padding:0 0 0 0;
text-align:left;
background-color:#fff; /* url("../images/dropdown_bg_btm.png") repeat-x bottom right; */
filter:alpha(opacity=85); /* IE's opacity*/
-moz-opacity: 0.9;
opacity: 0.9;
}

#nav ul li .wrpr .wrpr_inner_2 {
float:left;
padding:0 0 0 0;
background-color:#fff; /* url("../images/dropdown_bg_side.png") repeat-y top right;  */
filter:alpha(opacity=85); /* IE's opacity*/
-moz-opacity: 0.9;
opacity: 0.9;
}


/*  IE6 only (hiding .png images)  */

* html #nav ul li .wrpr .wrpr_inner_2, * html #nav ul li .wrpr .wrpr_inner {
background:transparent;
}       

#nav ul li .wrpr .btm {
display:none;
}

#nav ul li.home ul {
border:solid #c93336 3px;
}

#nav ul li.home li.active a, #nav ul li.home li a:hover{
color:#b81f2c;
}

#nav ul li.about ul {
border:solid #0D87D0 3px;
} 

#nav ul li.about li.active a, #nav ul li.about li a:hover{
color:#0c6dc6;
}                 

#nav ul li.mytalk ul {
border:solid #FB791E 3px;
}

#nav ul li.mytalk li.active a, #nav ul li.mytalk li a:hover{
color:#da4900;
}

#nav ul li.services ul {
border:solid #E6B925 3px;
}

#nav ul li.services li.active a, #nav ul li.services li a:hover{
color:#a67f00;
}

#nav ul li.news ul {
border:solid #70A727 3px;
}         

#nav ul li.news li.active a, #nav ul li.news li a:hover{
color:#518103;
}

#nav ul li.contact ul {
border:solid #A238BA 3px;
}

#nav ul li.contact li.active a, #nav ul li.contact li a:hover{
color:#692295;
}


/*  end dropdowns */ 


