/* 
    Document   : top_menu
    Created on : Sep 18, 2009, 12:25:31 PM
    Author     : www
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.contact_us
{
    background-image:url('/images/layout/contact_us.jpg');
}

#top_sub_menu
{
    margin:0 auto;
    position:relative;
    top:35px;
    width:980px;
}

.top_menu_spacer
{
	width:330px;
	height:10px;
	float:left;
}

#top_sub_menu a
{
    padding:0px 5px;
    text-decoration:none;
    color:#000;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:12px;
    z-index:1;
}

#top_sub_menu a img
{
  vertical-align:text-top;
}

.login
{
    left:250px;
    position:relative;
}



