@charset "utf-8";
/* CSS Document */

#menu {
background:url(../img/header/menu_right.gif) right top;
position:relative;
margin:auto;
left:161px;
top:19px;
width:645px;
}

#menu-left {
background:url(../img/header/menu_left.gif) left;
float:left;
height:50px;
width:8px;
}

.menu-style {
font-weight:bold;
width:617px;
}

.menu-style a {
color:#333333;
text-decoration:none;
}

.menu-style a:hover {
color:#999999;
text-decoration:none;
}

.menu-style ul {
background:url(../img/header/menu_bg.gif) repeat-x;
height:19px;
margin:0;
padding:8px;
text-align:center;
}

.menu-style ul li {
display:inline;
}

.menu-style ul li a {
background:url(../img/header/menu_separator.gif) no-repeat left;
color:#333333;
padding:8px 11px 5px 16px;
margin:0;
text-decoration:none;
}

.menu-style ul li a:hover {
color:#999999;
}

.drop-menu {
background-color:#FEFEFE;
border:1px solid #999999;
border-bottom-width:0;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=135,strength=4);
line-height:25px;
position:absolute;
visibility:hidden;
width:150px;
}

.drop-menu a {
border-bottom:1px solid #999999;
color:#333333;
display:block;
font-weight:bold;
text-decoration: none;
text-indent:8px;
}

.drop-menu a:hover {
background-color: #EEEEEE;
color:#999999;
}