/* 
    Created on : 2014-09-23, 07:40:04
    Author     : btobola
*/

/* Customize the nav-justified links to be fill the entire space of the .navbar */

div.accountMenu a {
	padding-top: 2px;
	padding-bottom: 2px;
}
div.loginMenu a {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 23px;
}

div.loginMenu > form> ul>li {
	/*height: 23px;*/
	/*line-height: 12px;*/
	/*vertical-align: middle;*/
}
div.accountMenu .loginMenu{
	padding-left: 2px;
	/*padding-right:17px;*/
	padding-top: 1px;
	padding-bottom: 1px;
/*	border-radius: 5px;
	border: 1px solid #000000;*/
}

