﻿/*	Author		: ORB Media Inc.
	Date		: 2008.3
	Description	: controls the styles for all menus
	Change		:
	Copyright	: ORB Media Inc.
	Compatibilty: IE 7.0+
*/
/* subsite menu */
.menuLeftDiv
{
color:#FFFFFF;
float:left;
font-family:times new roman,verdana,arial,georgia,trebuchet ms;
font-size:13px;
left:3%;
margin:0 50px 0 0;
padding:0;
position:relative;
text-align:left;
}
.menuContentSepDiv
{

}
.rootNodeStyle
{
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: underline;
}
.parentNodeStyle
{
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: underline;
}
.leafNodeStyle
{
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 3px 0px;
    text-indent: 6px;
    text-decoration: underline;
}
.menuLeftSelected
{
    font-weight: bold;
    letter-spacing: 1px;
}
.menuLeft a
{
    color: #ffffff;
}
.hover
{
    text-decoration: underline;
}
