/* CSS Document */
body{margin:0; width:800px;}

/********menu nav********/
.item{width:110px; height:20px;background-image:url(../img/bg/menu_bg.png); float:left; margin-right:10px;padding: 10px 0 0 0; text-align:center; -moz-box-shadow: 1px 5px 15px #C6C5B3; -webkit-box-shadow: 1px 5px 15px #C6C5B3; box-shadow: 1px 5px 15px #C6C5B3; }
.item_s{width:110px; height:20px;background-image:url(../img/bg/menu_bg_summ.png); float:left; margin-right:10px;padding: 10px 0 0 0; text-align:center; -moz-box-shadow: 1px 5px 15px #C6C5B3; -webkit-box-shadow: 1px 5px 15px #C6C5B3; box-shadow: 1px 5px 15px #C6C5B3; }

.menu{ font-family:Arial, Helvetica, sans-serif; font-size:11px;  text-transform:uppercase;  line-height:12px; color:#000000; letter-spacing:1px;} 
a.menu:link {  text-decoration: none; color:#000000; }
a.menu:visited { text-decoration: none; color:#000000; }
a.menu:hover { text-decoration:none; color:#666666; }
a.menu:active { text-decoration: none; color:#000000;}