/*
    Document   : ie8
    Created on : Jan 10, 2013, 12:05:18 PM
    Author     : Dušan Stanković <dusan.stankovic@troxo.com>
    Description:
        Additional IE8 fixes.
*/



#login-btn-general, #logged-in-user, a#logged-in-user, a#logged-in-user:hover{
		background: none !important;
		}


@media screen and (max-width: 600px) {
    #main_menu {
        overflow: visible !important;
		margin: 0em 0.5em 3.7em 0.5em !important;
		clear: right !important;
		width: 100% !important;
	    }

	#main_menu ul li a {

		background: none  !important;
		border-radius: 0 !important;

		box-shadow: none !important;

		float: left !important;
		padding: 0.5em !important;
		margin: 0.5em 0.5em 0em 0.5em !important;
		text-decoration: none !important;
		color: #888 !important;
		font-size: 0.75em !important;
		border-bottom: 2px solid white !important;

	}

	ul li a.active {
		border-bottom-color: #EAEAEA !important;
	}

    #main_menu_left_button {
        display: none;
    }

    #main_menu_right_button {
        display: none;
    }
}
