/* @override http://mtag.org.au/NEWS/wp-content/themes/freshnews/custom.css */

/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* Header */

#logo{float:left; overflow:hidden; padding: 15px 0 10px;}

/*- Main Navigation - */

#topmenu #rss{height:38px;position:relative;right:0;top:-10px;width:39px;}

#topmenu{background:#fffeff url(images/bg-nav.png) repeat-x top; border-bottom: 1px solid #90908b; height:33px;margin-bottom:20px;position:relative;}
#topmenu li{border-left: 1px solid #91908a;float:left;line-height:33px;}
#topmenu li a{color:#333;display:block;margin:0;padding:0 15px;position: relative;
	font-weight: bold;
}
#topmenu li a:hover,#topmenu li.active a{text-decoration:none;}

#nav,#nav ul{float:left;list-style:none;padding:0;}
#nav a{display:block; }
#nav li{float:left;line-height:33px;}
#nav li a:hover{background:none;}
#nav li ul{left:-999em;padding-top:1px;position:absolute;width:180px;margin-left:-1px;}
#nav li:hover ul,#nav li.sfhover ul{left:auto;z-index:1000;}
#nav li ul li a{border-bottom:1px solid #dedbd1;border-left:1px solid #dedbd1;border-right:1px solid #dedbd1;line-height:28px;width:180px;}
#nav li ul ul{margin:-29px 0 0 180px;}

