/* 
    Document   : navigation
    Created on : 17/Jan/2008, 12:53:33
    Author     : Mendes
    Description:
        Purpose of the stylesheet follows.
*/

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

     
.topNavigationBar {
    font-size: 9px;
}

.topNavigationBar a {
	margin: 0 1px;
        color: #000033;
	padding: 5px;
	display: block;
	text-decoration: none;
        font-weight: bold;
}

.topNavigationBar a:hover {
	text-decoration: none;
	/*background-color: #f7ca83;*/
}
.topNavigationBar a:active{
    /*background-color: #f7ca83;*/
}

.topNavigationBarGrid2{
    text-align: left;
    right: 0px;
}
