
/***************************************************************
*                                                              *
*  Name:       X-Type Foundation Framework - H Menu            *
*  Date:       May 24, 2010 (REV 1)                            *
*  Author:     reason lahalla @ codecollider.com               *
*  URL:        http://www.codecollider.com/xtype               *
*                                                              *
*  Summary:    This stylesheet includes styling for the        *
*              basic horizontal menu system                    *
*                                                              *
***************************************************************/

#MenuFull
{
    height: 22px;
    width: 100%;
    border-top: 0px solid #333333;
    border-bottom: 0px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#MenuFull ul
{
    margin: 0px;
    padding-right: 0px;
}

#MenuFull ul li
{
    float: right;
	line-height: 1.8em;
    list-style: none;
    margin-left: 2em;
    position: relative;
    padding-top: 2px;
}

#MenuFull ul li img
{
    padding: 0;
	margin: 0 auto;
}



.MenuImage
{
	padding-top: 2px;
}

#MenuFull li a
{
    color:#2a3b57;
    text-decoration:none;
    font-weight: bold;
}

#MenuFull li a:hover
{
    color:#2a3b57;
    text-decoration:underline;
    font-weight: bold;
}

#MenuFull li li a
{
    color:#2a3b57;
    text-decoration:none;
    font-weight: bold;
}

#MenuFull li li a:hover
{
    color:#2a3b57;
    text-decoration:underline;
    font-weight: bold;
}

/************************************************
 * 	Graphics based, right hand side top menu	*
 ***********************************************/
 
#LoginMenu
{
	height: auto;
	width: 10%;
	float: left;
	color: #FF0000; 
	font-size: .9em; 
	font-weight: bold;
	list-style: none;
	line-height: 1.8em;
	position: relative;
    padding-top: 2px;
}

#LoginMenu li
{
	list-style: none;
}
