﻿/* CSS Document */
#mainnav {float:right;width:700px;margin:50px auto auto 280px;position:absolute; z-index:3;
}
#nav , #nav li ul{
    padding:0; 
    margin:0;
    list-style-type: none;
	font-size:12px;
}
#nav li {
    float:left;
    text-align:center;
    position:relative;
}
.menu_1 {
width:100px;height:14px;line-height:14px;
	background-image:url(../../default/images/mainmenubtn.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#nav li a:link, #nav li a:visited {
    display:block; 
    text-decoration:none; 
    color:#000; 
    width:100px; 
    height:14px; 
    line-height:14px; 
}
#nav li ul {
    display: none;
}
 
/* 以下只支持非IE6浏览器 */
#nav li:hover a {
    color:#000;
	width:100px; 
    height:14px; 
    line-height:14px; 
	}
#nav li:hover ul {

    display:block; 
    position:absolute; 
    top:14px;
    left:0; 
    width:100px;
}
#nav li:hover ul li {
	background-image: url('/images/dropmenu_bg.png');
	background-repeat: repeat-y;
	background-position:right;
	width:100px;
	height:20px;
	line-height:20px;
	color:#900;
	font-weight:bold;
}
#nav li:hover ul li a {
    display:block; 
	background-repeat: repeat-y;
	background-position:right;
    color:#000; 
    height:20px; 
    line-height:20px; 
    width:100px;
	font-weight:normal;
}
#nav li:hover ul li a:hover {
    color:#000;
	font-weight:bold;
	background-image: url('/images/dropmenu_bg_h.png');
}
#nav li ul li.lastItem {
	width:100px;
	height:15px;
	line-height:8px;
	background-image: url('/images/dropmenu_bottom.png');
	background-repeat : no-repeat;
	background-position: top right;
	}
#caridmenu {width:220px;margin:0px;padding:0px;list-style:none;
}
#caridmenu li{margin:0 0 5px 0;display:block;width:220px;height:45px;

}

#quicklinks{width:220px;margin:0px;padding:0px;list-style:none;

}

#quicklinks li{margin:0 0 5px 0;display:block;width:220px;height:18px;background-image:url(../../main/images/menus.png);font-size:12px;text-indent:24px;line-height:18px;
color:#000;

}

.left_ad {width:220px;margin-top:5px;

}
