/* menu style  */
/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2009 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */
#sn_nav {padding:0; margin:0; list-style:none;}
#sn_nav {position:relative; z-index:100;}
#sn_nav div {display:none; position:absolute; left:0; top:40px; height:auto; float:left; width:174px; overflow:hidden;}

#sn_nav li {float:left; position:relative; margin-right:1px;}
#sn_nav li a {text-decoration:none; font-family:arial, sans-serif; font-size:13px; white-space:nowrap; display:block; padding:0 10px; cursor:pointer; height:40px; line-height:40px; float:left; font-weight:normal; color:#fff; background:url(http://vipit.net/images/menu/background.gif) no-repeat top left;}
#sn_nav li b {display:block; float:left; cursor:pointer; width:30px; height:40px; font-weight:normal; background:url(http://vipit.net/images/menu/background.gif) no-repeat top right;}
#sn_nav li.nosub a {padding:0 0 0 10px;}
#sn_nav li.nosub em {display:block; width:10px; height:40px; float:left; background:url(http://vipit.net/images/menu/background.gif) no-repeat top right;}

#sn_nav li ul {padding:2px 2px 10px 2px; margin:0; list-style:none; background:url(http://vipit.net/images/menu/background.gif) no-repeat bottom left;; width:170px; position:relative;}

#sn_nav li ul li {float:none; width:170px; margin:0; height:20px;}
#sn_nav li ul li a {display:block; height:20px; line-height:20px; padding:0 5px; background-image:none; color:#fff; font-size:12px; width:160px;}
#sn_nav li ul li a:hover {background:#20bffc;}

