.topMenu-Wrap {
	display: table;
	height: 31px;
	width: 120px;
    margin: 0px;
    padding: 0px;
}

.topMenu-Href {
	font-size: 9px;
	display: table-cell;
	vertical-align: middle;
}



#site-top #topNavigation {
    z-index: 2;
    position: absolute;
    top: 115px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    height: 31px;
    width:100%;
    background: url('/interface/images/nav_grad.jpg') 0px 0px repeat-x;
}

#site-top #topNavigation .item {
	padding:0;
    margin: 0px;
    float: left;
    text-indent: 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    background: transparent url('/interface/images/nav_seperator.jpg') 0px no-repeat;
	height: 31px;
	width: 118px;
	line-height: 9px;
	padding-left: 2px;
}

#site-top #topNavigation .first {
    background: none;
}

#site-top #topNavigation .item a {
    width: 118px;
    height: 31px;
    color: #ffffff;
}

#site-top #topNavigation .item a:hover {
    width: 118px;
    height: 31px;
    background: url('/interface/images/menu-roll.jpg') 0px 0px repeat-x;

}


/* styling for first menu category */
#site-top #topNavigation .item .subCategory {
	height: auto;
    display: none;
    margin-left: 0px;
    float: left;
    background: #fff url(/interface/images/topNav.jpg) repeat-y center top;
    border: 1px solid #666;
    border-top: 2px solid #fff;
	clear: both;
    padding-bottom: 5px;
    /* The margin-left and width for this tag is set in the Smarty page as it is a dynamic value
    Look in A2Z/private/templates/topNavigation.tpl and the Hooks file to see how it's configured */
}

/* occurance when mouseover main menu, to init dropdown */
#site-top #topNavigation .item:hover .subCategory {
    display: block;
    position: relative;
}

/* styling for dropdown's title bars */
#site-top #topNavigation .item .subCategory .coll {
	border-bottom: 0;
	/*background: url('/interface/images/menu-slice.jpg') repeat-y;*/
	background: #fff;
	border-left: 0;
    display: block;
    float: left;
    height: auto;
    width: 148px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Tahoma;
    margin: 0 1px;
}

/* link styling for dropdown's title bars */
#site-top #topNavigation .item .subCategory .coll .navTop a {
    color: #fff;
	background: #666;
    padding: 0px;
	text-align: left;
	text-indent: 8px;
	display: block;
	line-height: 25px;
	height: 25px;
	width: 152px;
	font-size: 9px;
    margin: 0 0 0 -2px;
}

#site-top #topNavigation .item .subCategory .coll .navTop a:hover {
}

/* code for dropdown menu title bar's content links  */
#site-top #topNavigation .item .subCategory .coll .subSubCategory {
    display: none;
}

/* code to display it  */

#site-top #topNavigation .item:hover .subCategory .coll .subSubCategory {
    display: block;
    position: relative;
}

#site-top #topNavigation .item:hover .subCategory .coll .link {
    margin-top: 0px;
	font-size: 10px;
	font-family: Arial, Tahoma;
	color: #666;
	text-align: left;
	height: 20px;
	line-height: 20px;
	background: transparent;
}

#site-top #topNavigation .item:hover .subCategory .coll .link a{
    color: #666;
    padding: 0px;
	text-align: left;
	text-indent: 0;
	font-size: 10px;
	text-transform: capitalize;
	font-weight: normal;
	line-height: 25px;
	height: 25px;
    margin: 0px;
	background: transparent;
    padding: 0 0 0 4px;
}

#site-top #topNavigation .item:hover .subCategory .coll .link a:hover{
    text-decoration: underline;
}


