@charset "utf-8";
/* CSS Document */
#main_menu{
float:left;
margin:0px;
width:174px;
padding:0px 8px 20px 8px;
background-image:url(../images/theme_img/ul_down_bg.gif);
background-repeat:no-repeat;
background-position:bottom;
background-color:#18161a;
}
/*#main_menu{
float:left;
width:191px;
height:auto;
background-color:#000;
color:#00BAFF;
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
}
*/


.menu1{
background-image:url(../images/theme_img/menu_bg_ul.gif);
background-position:5px 7px;
background-repeat:no-repeat;
margin-left:0px;
padding-left:29px;
padding-top:5px;
padding-bottom: 4px;
display:block;
color:#00BAFF;
height: 20px;
cursor:pointer;
text-decoration:none;
border-bottom:1px dotted #636164;
}
.submenu{
background-image:url(../images/theme_img/menu_bg_li.gif);
background-position:22px 7px;
background-repeat:no-repeat;
border-bottom:1px dotted #636164;
color:#00BAFF;
display:block;
height:19px;
padding-bottom:4px;
padding-left:43px;
padding-top:5px;

}
.submenu {
text-decoration:none;	
}
.submenu:hover{
text-decoration:underline;	
}

.hide{
display: none;
}
/*
I'll also create the style that will show the hidden div tags (submenus):*/

.show{
display: block;
