/* CSS Document */

ul.rollmenu {list-style-type: none;
    color: #ffffff;
    background-image:url(images/nav_back.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	margin: 0;
	padding: 0;
	line-height:30px;
    width: 212px;
    width: 20%}
	
ul.rollmenu {list-style-type: none;
    color: #000;
    background-color: #264FC3;
    margin: 0;
    padding: 0;
    padding: 0px 0px 0px;
    width: 100%}
    
ul.rollmenu li {font-weight: bold;
    margin: 0;
    padding: 0}

ul.rollmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
    color: #ffffff;
    background-color: transparent;
    width: 100%;
    display: block;
    padding-left: 2em
	}

ul.rollmenu a:hover {
	color: #03f;
    background-image:url(images/button_back.jpg);
	background-position:top left;
	background-repeat:no-repeat
	}
	

	
.on {
	color: #264FC3;
	height:30px;
	font-weight: bold;
    background-image:url(images/button_back.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 0 0 0 2em;
	}
	
